From 2de434104e462c6b64c2fb73f99cc91fe0c30934 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 12 Mar 2004 00:13:16 +0000 Subject: [PATCH] Put the trash icon on the right for LTR locales, or on the left for RTL. 2004-03-11 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor): Put the trash icon on the right for LTR locales, or on the left for RTL. (shortcuts_drag_motion_cb): Cancel the idle handler here as well. (shortcuts_drag_leave_cb): Test whether the idle is present. (shortcuts_drag_data_received_cb): Ahem, don't assert here. --- ChangeLog | 1 + ChangeLog.pre-2-10 | 1 + ChangeLog.pre-2-4 | 1 + ChangeLog.pre-2-6 | 1 + ChangeLog.pre-2-8 | 1 + gtk/gtkfilechooserdefault.c | 1 - 6 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b69b6498f..37cc48e292 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ for RTL. (shortcuts_drag_motion_cb): Cancel the idle handler here as well. (shortcuts_drag_leave_cb): Test whether the idle is present. + (shortcuts_drag_data_received_cb): Ahem, don't assert here. Thu Mar 11 17:51:10 2004 Owen Taylor diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0b69b6498f..37cc48e292 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -5,6 +5,7 @@ for RTL. (shortcuts_drag_motion_cb): Cancel the idle handler here as well. (shortcuts_drag_leave_cb): Test whether the idle is present. + (shortcuts_drag_data_received_cb): Ahem, don't assert here. Thu Mar 11 17:51:10 2004 Owen Taylor diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0b69b6498f..37cc48e292 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -5,6 +5,7 @@ for RTL. (shortcuts_drag_motion_cb): Cancel the idle handler here as well. (shortcuts_drag_leave_cb): Test whether the idle is present. + (shortcuts_drag_data_received_cb): Ahem, don't assert here. Thu Mar 11 17:51:10 2004 Owen Taylor diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0b69b6498f..37cc48e292 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -5,6 +5,7 @@ for RTL. (shortcuts_drag_motion_cb): Cancel the idle handler here as well. (shortcuts_drag_leave_cb): Test whether the idle is present. + (shortcuts_drag_data_received_cb): Ahem, don't assert here. Thu Mar 11 17:51:10 2004 Owen Taylor diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0b69b6498f..37cc48e292 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -5,6 +5,7 @@ for RTL. (shortcuts_drag_motion_cb): Cancel the idle handler here as well. (shortcuts_drag_leave_cb): Test whether the idle is present. + (shortcuts_drag_data_received_cb): Ahem, don't assert here. Thu Mar 11 17:51:10 2004 Owen Taylor diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index d25577781f..9f91b1072f 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -2284,7 +2284,6 @@ shortcuts_drag_data_received_cb (GtkWidget *widget, int bookmarks_index; impl = GTK_FILE_CHOOSER_DEFAULT (data); - g_assert (impl->shortcuts_drag_outside_idle == NULL); /* Compute position */ -- 2.30.2